projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485bf58
)
(internal_self_insert): Pass 1 as NOMARKERS to replace_range.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 18 Aug 1998 11:05:03 +0000
(11:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 18 Aug 1998 11:05:03 +0000
(11:05 +0000)
src/cmds.c
patch
|
blob
|
history
diff --git
a/src/cmds.c
b/src/cmds.c
index f705f14772724d0add9e071a1076bf2b732f23f2..e09261fc7896b8b256da11b0a0ec32ebc3e59485 100644
(file)
--- a/
src/cmds.c
+++ b/
src/cmds.c
@@
-462,7
+462,7
@@
internal_self_insert (c, noautofill)
string = concat2 (tem, string);
}
- replace_range (PT, PT + chars_to_delete, string, 1, 1,
0
);
+ replace_range (PT, PT + chars_to_delete, string, 1, 1,
1
);
Fforward_char (make_number (1 + spaces_to_insert));
}
else